DragTo

Drags an HTML link or element to a location.

Syntax

DragTo(xCoordinate, yCoordinate)

Arguments

Argument Description
xCoordinate X coordinate of the link or element relative to the top left corner of the window.
yCoordinate Y coordinate of the link or element relative to the top left corner of the window.

Supported objects

HTMLElement, HTMLLink

Example

Window("Feedback Acknowledgment").HTMLLink("linkCompany").DragTo(20, 30)